@charset "UTF-8";
@media (min-width: 1024px) {
  .popup-custom {
    left: 34%;
    position: fixed;
    top: 10%;
    z-index: 9999;
    width: 50%;
  }
  .collapse {
    visibility: visible !important; /* Hoặc giá trị khác nếu cần */
  }
}
.fixed-button {
  position: fixed;
  right: -42px; /* Điều chỉnh khoảng cách từ bên phải theo ý muốn */
  top: 50%; /* Đặt vị trí dọc của nút */
  transform: translateY(-50%) rotate(90deg); /* Xoay nút 90 độ và căn chính giữa theo chiều dọc */
  transform-origin: center; /* Đảm bảo xoay quanh trung tâm của nút */
  z-index: 9; /* Đảm bảo nút nằm trên các phần tử khác */
  display: flex;
  align-items: center;
  justify-content: center; /* Căn giữa biểu tượng trong nút */
}

.choices__input--cloned {
  width: 100% !important;
}

.ML__keyboard {
  z-index: 1056 !important;
}

.toggle-math-btn {
  top: -17px !important;
}
